home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / battutor.arc / _SLASH.REM < prev    next >
Text File  |  1986-05-05  |  1KB  |  35 lines

  1.                             Text File      _slash.rem
  2.  
  3.  
  4.  
  5.                                     SLASH.COM
  6.  
  7.  
  8. The purpose of SLASH.COM is to allow the creator of a Batch File to format the
  9. visible comments displayed by the Batch File.
  10.  
  11. The format of the SLASH command line is the same as that for QUERY and FUNKY:
  12.  
  13.                 SLASH   [  /  [ C1 [ C2 ... ] ]  / ]  [  string  ]
  14.  
  15. The behavior of the SLASH command execution is the same as for QUERY and FUNKY,
  16. except that SLASH executes the "slash" formatting commands and displays the
  17. string only.  No reverse video box is displayed, no keystroke is read, and no
  18. errorlevel code is returned.
  19.  
  20. The examples shown in the preceding QUERY explanation apply to SLASH as well
  21. (except no response keystroke is needed).
  22.  
  23. We use SLASH extensively in all of the tutorial Batch Files.  But we've been
  24. avoiding it in displayed examples until now.  We'll start using it in
  25. subsequent examples.  Also, printed listings of these tutorial files serve as
  26. further examples.
  27.  
  28.  
  29. Onward ...
  30. TO TEST UTILITIES
  31. TESTF    BAT  ...
  32. TESTERR  BAT  ...
  33. TESTFIND BAT  ...
  34. TESTSET  BAT  ...
  35. SIDIR